/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  4.1                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

5
(
    frontAndBack
    {
        type            empty;
        physicalType    empty;
        nFaces          35840;
        startFace       26703;
    }
    topAndBottomWalls
    {
        type            patch;
        physicalType    patch;
        nFaces          150;
        startFace       62543;
    }
    outlet
    {
        type            patch;
        physicalType    patch;
        nFaces          38;
        startFace       62693;
    }
    inlet
    {
        type            patch;
        physicalType    patch;
        nFaces          38;
        startFace       62731;
    }
    cylwall
    {
        type            patch;
        physicalType    patch;
        nFaces          128;
        startFace       62769;
    }
)

// ************************************************************************* //
